PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocumentFileAttachment Class / PDFDocumentFileAttachment Constructor / PDFDocumentFileAttachment Constructor(byte[])
The binary content to embed in the PDF file.
In This Topic
    PDFDocumentFileAttachment Constructor(byte[])
    In This Topic
    Initializes a new PDFDocumentFileAttachment object.
    Syntax
    public PDFDocumentFileAttachment( 
       byte[] content
    )

    Parameters

    content
    The binary content to embed in the PDF file.
    See Also